transform: Fix a wrong annotation
authorMatthias Clasen <mclasen@redhat.com>
Sun, 24 Feb 2019 04:21:32 +0000 (23:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 24 Feb 2019 04:21:32 +0000 (23:21 -0500)
It is (out caller-allocates), not (out) (caller-allocates).

gtk/gtktransform.c

index 7580a3476b8f10416848ef9f1f37ea31b0d7e8b4..f114b69bfe2e7aaba2e0c60247366e8345efae57 100644 (file)
@@ -979,7 +979,7 @@ gtk_transform_get_next (GtkTransform *self)
 /**
  * gtk_transform_to_matrix:
  * @self: (allow-none): a #GtkTransform
- * @out_matrix: (out) (caller-allocates): The matrix to set
+ * @out_matrix: (out caller-allocates): The matrix to set
  *
  * Computes the actual value of @self and stores it in @out_matrix.
  * The previous value of @out_matrix will be ignored.